ComponentOne ASP.NET MVC Controls
PlotAreaListFactory<T,TOwner,PlotArea,PlotAreaBuilder> Constructor

C1.Web.Mvc.Fluent Namespace > PlotAreaListFactory<T,TOwner,PlotArea,PlotAreaBuilder> Class : PlotAreaListFactory<T,TOwner,PlotArea,PlotAreaBuilder> Constructor
Initializes a new instance of the PlotAreaListFactory class.
Syntax
'Declaration
 
Public Function New( _
   ByVal list As IList(Of PlotArea), _
   ByVal owner As TOwner _
)
public PlotAreaListFactory<T,TOwner,PlotArea,PlotAreaBuilder>( 
   IList<PlotArea> list,
   TOwner owner
)

Parameters

list
owner
See Also

Reference

PlotAreaListFactory<T,TOwner,PlotArea,PlotAreaBuilder> Class
PlotAreaListFactory<T,TOwner,PlotArea,PlotAreaBuilder> Members